home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / maple_st.swf / scripts / DefineSprite_455 / frame_9 / DoAction.as
Encoding:
Text File  |  2010-04-12  |  157 b   |  7 lines

  1. var mysound = new Sound();
  2. mysound.attachSound("atk.mp3");
  3. mysound.start();
  4. _root.alerttime = 100;
  5. _root.atk = false;
  6. _root.player.ani.gotoAndStop(4);
  7.